@charset "UTF-8";
/**********************************************************************
common
/**********************************************************************/
@font-face {
  font-family: "jin-icons";
  src: url("/wp-content/themes/jin/font/jin-icons/fonts/jin-icons.woff?c16tcv");
  src: url("/wp-content/themes/jin/font/jin-icons/fonts/jin-icons.ttf?c16tcv");
  font-display: swap;
}
@font-face {
  font-family: "brandon-grotesque";
  font-display: swap;
}
.js-display__none {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-out;
  position: absolute;
}

.js-display__block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}

/* layout
*----------------------------------------------*/
#contents {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #contents .article_style2 .cps-post-box {
    padding: 0 20px 30px !important;
  }
}
@media (max-width: 767px) {
  #contents #main-contents {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #contents #main-contents #breadcrumb ul {
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  #contents #main-contents {
    margin: auto;
    width: calc(70.5% - 50.25px);
  }
}
@media (min-width: 1024px) {
  #contents #sidebar {
    margin-left: 40px;
    max-width: 360px !important;
    width: calc(33.5% - 39.75px);
  }
}

/* fonts
*----------------------------------------------*/
button,
body#nofont-style .widgettitle,
body#nofont-style #prev-next a.prev:after,
body#nofont-style #prev-next a.next:after,
body#nofont-style {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Arial", sans-serif;
  color: #1F2C32;
}

.-yugothic,
.menu-box li a,
.menu-sidebar-categories-container li,
#footer-widget-center1 .widget_nav_menu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Arial", sans-serif !important;
}

.post-list-cat {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.1em !important;
  padding: 3px 7px !important;
  position: static !important;
  margin-bottom: 0.6rem;
  display: inline-block;
}

.sp-menu-box #footer-widget-center1 .widgettitle,
.sp-menu-box #footer-widget-center2 .widgettitle,
#footer-widget-center-box .widgettitle,
.-sans {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif !important;
}

/* icons
*----------------------------------------------*/
.blog .cps-post-date,
.search .cps-post-date,
.experience .cps-post-date,
.home .cps-post-date,
.archive .cps-post-date {
  padding-right: 1rem;
  font-size: 13px;
  color: #AFB0B5;
}
@media (max-width: 767px) {
  .blog .cps-post-date,
  .search .cps-post-date,
  .experience .cps-post-date,
  .home .cps-post-date,
  .archive .cps-post-date {
    font-size: 10px;
    padding-right: 0.5rem;
  }
}
.blog .jin-ifont-watch:before,
.search .jin-ifont-watch:before,
.experience .jin-ifont-watch:before,
.home .jin-ifont-watch:before,
.archive .jin-ifont-watch:before {
  content: url(../img/icon-pen_gray.svg);
  padding-right: 0rem;
}
@media (max-width: 767px) {
  .blog .jin-ifont-watch:before,
  .search .jin-ifont-watch:before,
  .experience .jin-ifont-watch:before,
  .home .jin-ifont-watch:before,
  .archive .jin-ifont-watch:before {
    transform: scale(0.8);
  }
}
.blog .jin-ifont-reload:before,
.search .jin-ifont-reload:before,
.experience .jin-ifont-reload:before,
.home .jin-ifont-reload:before,
.archive .jin-ifont-reload:before {
  position: relative;
  top: 3px;
  content: url(../img/icon-update_gray.svg);
  padding-right: 0rem;
}
@media (max-width: 767px) {
  .blog .jin-ifont-reload:before,
  .search .jin-ifont-reload:before,
  .experience .jin-ifont-reload:before,
  .home .jin-ifont-reload:before,
  .archive .jin-ifont-reload:before {
    top: 2px;
    transform: scale(0.8);
  }
}

.cps-post-date-box .cps-post-date {
  padding-right: 1rem;
}
.cps-post-date-box .jin-ifont-watch:before {
  content: url(../img/icon-pen.svg);
  padding-right: 0.5rem;
}
.cps-post-date-box .jin-ifont-reload:before {
  position: relative;
  top: 3px;
  content: url(../img/icon-update.svg);
  padding-right: 0.5rem;
}

.jin-ifont-twitter {
  vertical-align: baseline;
}
.jin-ifont-twitter::before {
  content: "";
  background-image: url(../img/icon-x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  transition: 0.3s ease-out;
  padding: 0 !important;
}

.jin-ifont-instagram {
  vertical-align: baseline;
}
.jin-ifont-instagram::before {
  content: "";
  background-image: url(../img/icon-insta.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  transition: 0.3s ease-out;
  padding: 0 !important;
}

.ifont-facebook {
  vertical-align: baseline;
}
.ifont-facebook::before {
  background-image: url(../img/icon-fb.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  content: "";
  transition: 0.3s ease-out;
}

/**********************************************************************
common - parts
/**********************************************************************/
/* breadcrumb
*----------------------------------------------*/
#breadcrumb::after {
  background-color: #fff !important;
}
#breadcrumb ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #breadcrumb ul {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow-x: auto;
    display: flex;
  }
}
#breadcrumb ul li {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#breadcrumb ul li .jin-ifont-arrow::before {
  content: ">";
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 13px;
  top: -2px;
  position: relative;
}
@media (max-width: 767px) {
  #breadcrumb ul li {
    flex-shrink: 0;
  }
}

/* sidebar
*----------------------------------------------*/
@media (max-width: 767px) {
  .sidebar_style1 {
    display: none;
  }
}
.sidebar_style1 .widget {
  box-shadow: none;
}
.sidebar_style1 .widget:not(.widget_media_image) {
  border: 1px solid #DADBDD;
  text-align: center;
}
.sidebar_style1 .widget:not(.widget_media_image) .widgettitle {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.09em;
  border-bottom: 1px solid #C0506B !important;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
}
.sidebar_style1 .searchform {
  position: relative;
}
.sidebar_style1 .searchform .searchfield {
  width: 100%;
  font-size: 13px;
  padding: 0.8rem;
  border: solid 1px #DADBDD;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.sidebar_style1 .searchform .searchsubmit {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 8%;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  color: #fff;
}
.sidebar_style1 > div.widget:nth-child(1) {
  border: none;
  padding: 0;
}
.sidebar_style1 .menu-sidebar-tags-container .menu {
  text-align: center;
}
.sidebar_style1 .menu-sidebar-tags-container .menu-item {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  border-radius: none;
}
.sidebar_style1 .menu-sidebar-tags-container .menu-item a {
  position: relative;
  font-size: 13px;
  background-color: #F3F5F5;
  border-radius: 4px;
  padding: 2px 10px;
  padding-left: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: auto;
}
.sidebar_style1 .menu-sidebar-tags-container .menu-item a::after {
  position: absolute;
  top: 5px;
  left: 2px;
  padding-right: 1rem;
  margin-left: 0.25rem;
  font-family: "jin-icons";
  content: "\e92c";
  padding-right: 3px;
  vertical-align: bottom;
  line-height: 0.9rem;
  font-size: 0.6rem;
}
.sidebar_style1 .menu-sidebar-tags-container .menu-item a::before {
  display: none;
}
.sidebar_style1 .menu-sidebar-tags-container .menu-item a:hover {
  background-color: #34414E;
  color: #F3F5F5;
}
.sidebar_style1 .menu-sidebar-categories-container {
  text-align: left;
}
.sidebar_style1 .menu-sidebar-categories-container li a {
  font-size: 15px;
  font-weight: 500;
}
.sidebar_style1 .menu-sidebar-categories-container li a:hover {
  color: #D6A1A1 !important;
}
.sidebar_style1 .menu-sidebar-ranking .popular-item .new-entry-item-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-align: left;
}
.sidebar_style1 .menu-sidebar-ranking .popular-item .pop-num {
  color: #fff !important;
  width: 12px;
  height: 12px;
  font-size: 10px !important;
  padding-top: 7px;
  padding-left: 2px;
}
.sidebar_style1 .widget_media_image {
  padding: 0;
}

/* profile-card
*----------------------------------------------*/
#main-contents .profile-card {
  padding: 0;
  padding-top: 33px;
  margin-top: 1rem;
  margin-bottom: 4rem;
  border-color: #34414E !important;
}
@media (max-width: 767px) {
  #main-contents .profile-card {
    padding-top: 31px;
    margin-bottom: 2.5rem;
  }
}
#main-contents .profile-card .profile-title {
  background-color: #34414E !important;
  border-radius: 0;
  font-size: 14px;
  z-index: 2;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-title {
    right: 0;
    left: initial;
  }
}
#main-contents .profile-card .profile-name a {
  color: #4C6072 !important;
  text-decoration: none;
}
#main-contents .profile-card .jin-ac-box02 {
  margin-bottom: 0;
}
#main-contents .profile-card .jin-ac-box02 .profile-flexbox {
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  #main-contents .profile-card .jin-ac-box02 .profile-flexbox:hover {
    cursor: pointer;
  }
}
#main-contents .profile-card .jin-ac-box02 .profile-flexbox::before {
  content: "";
  height: 11px;
  width: 1px;
  background-color: #1F2C32;
  right: 2rem;
  top: calc(50% - 5px);
  left: auto;
}
#main-contents .profile-card .jin-ac-box02 .profile-flexbox::after {
  content: "";
  top: 50%;
  right: calc(2rem - 5px);
  width: 11px;
  height: 1px;
  background-color: #1F2C32;
}
#main-contents .profile-card .jin-ac-box02 .jin-ac-box02-title.open::before {
  opacity: 0;
}
#main-contents .profile-card .jin-ac-box02 .jin-ac-box02-inner {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 30px;
  background-color: transparent;
  transform: translateY(-8px);
}
@media (max-width: 767px) {
  #main-contents .profile-card .jin-ac-box02 .jin-ac-box02-inner {
    padding: 0 25px 0 30px;
  }
}
#main-contents .profile-card .jin-ac-box02 .jin-ac-box02-inner.open {
  transform: translateY(0);
}
#main-contents .profile-card .jin-ac-box02 .jin-ac-box02-inner::before {
  display: none;
}
#main-contents .profile-card .jin-ac-box02 .jin-ac-box02-inner:not(.open) .profile-desc,
#main-contents .profile-card .jin-ac-box02 .jin-ac-box02-inner:not(.open) .profile-link-box {
  opacity: 0;
}
#main-contents .profile-card .profile-desc {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-desc {
    font-size: 12px;
  }
}
#main-contents .profile-card .profile-link-box {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-link-box {
    margin-top: 0;
  }
}
#main-contents .profile-card .profile-link-box__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-contents .profile-card .profile-link-box__l {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-link-box__l {
    gap: 12px;
  }
}
#main-contents .profile-card .profile-link-box__r {
  margin-left: auto;
}
#main-contents .profile-card .profile-follow {
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-follow {
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
  }
}
#main-contents .profile-card .profile-follow a {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
}
#main-contents .profile-card .profile-follow img {
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-follow img {
    height: 27px;
  }
}
#main-contents .profile-card .profile-follow .youtube-sns img {
  max-height: 24px;
  vertical-align: -webkit-baseline-middle;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-follow .youtube-sns img {
    height: 20px;
    vertical-align: middle;
  }
}
#main-contents .profile-card .profile-follow .jin-ifont-instagram::before,
#main-contents .profile-card .profile-follow .jin-ifont-twitter::before {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-follow .jin-ifont-instagram::before,
  #main-contents .profile-card .profile-follow .jin-ifont-twitter::before {
    width: 28px;
    height: 28px;
  }
}
#main-contents .profile-card .profile-follow .author-archive {
  text-align: right;
  width: 100%;
}
#main-contents .profile-card .profile-follow .author-archive a {
  overflow: visible;
  color: #1F2C32 !important;
  font-size: 13px;
  height: auto;
  width: 100%;
}
#main-contents .profile-card .profile-follow .author-archive a:hover {
  transform: scale(1);
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-follow .author-archive a {
    font-size: 10px;
  }
}
#main-contents .profile-card .profile-follow .author-archive span {
  position: relative;
  padding-left: 12px;
  position: relative;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  display: inline-block;
  line-height: 2.6;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-follow .author-archive span {
    text-underline-offset: 7px;
  }
}
#main-contents .profile-card .profile-follow .author-archive span::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  content: url(../img/icon-author-arrow.svg);
}
#main-contents .profile-card .profile-follow .author-archive:hover {
  transform: none;
}
#main-contents .profile-card .profile-wrapper {
  border-bottom: 1px solid #DADBDD;
}
#main-contents .profile-card .profile-flexbox {
  box-shadow: none;
  padding: 8px 30px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-flexbox {
    gap: 19px;
    padding: 15px 30px;
  }
}
#main-contents .profile-card .profile-flexbox .profile-thumbnail {
  box-shadow: none;
  width: 66px;
  height: 66px;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-flexbox .profile-thumbnail {
    width: 40px;
    height: 40px;
  }
}
#main-contents .profile-card .profile-flexbox .profile-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#main-contents .profile-card .profile-flexbox .profile-meta {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-flexbox .profile-meta {
    margin-top: 0;
  }
}
#main-contents .profile-card .profile-flexbox .profile-meta .profile-name {
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-flexbox .profile-meta .profile-name {
    flex-wrap: wrap;
  }
}
#main-contents .profile-card .profile-flexbox .profile-meta .profile-name__label {
  font-size: 14px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-flexbox .profile-meta .profile-name__label {
    font-size: 12px;
    width: 100%;
    margin-right: 0;
  }
}
#main-contents .profile-card .profile-flexbox .profile-meta .profile-name__nickname {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #main-contents .profile-card .profile-flexbox .profile-meta .profile-name__nickname {
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
  }
}

#main-contents .profile-card-b__wrapper .profile-card {
  padding-top: 33px;
  margin-top: 6rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #main-contents .profile-card-b__wrapper .profile-card {
    padding-top: 31px;
    margin-bottom: 40px;
  }
}

.archive #main-contents .profile-card {
  padding-top: 1rem;
  max-width: 740px;
  margin: auto;
  border: none;
}
.archive #main-contents .profile-card:not(.author-profile-card) {
  margin-bottom: 56px !important;
}
.archive #main-contents .profile-card .profile-flexbox {
  padding: 0;
  padding-bottom: 40px;
}
.archive #main-contents .profile-card .profile-wrapper {
  border: none;
}
.archive #main-contents .profile-card .profile-desc {
  letter-spacing: 0.1em;
}

/* read more
*----------------------------------------------*/
/* もっと見るの非表示 */
.more-btn {
  max-width: 222px !important;
  margin: 1rem auto 5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .more-btn {
    margin-top: 0;
  }
}
.more-btn__link {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #1F2C32;
  background-color: #fff;
}
@media (max-width: 767px) {
  .more-btn__link {
    font-size: 1rem;
  }
}
.more-btn__link:hover {
  background-color: #1F2C32;
  color: #fff;
  cursor: pointer;
}
.more-btn__link:hover::after {
  background-color: #fff;
}
.more-btn__link::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1F2C32;
  width: 11px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: 0.3s;
}
.more-btn__link .btn_text {
  position: relative;
  left: -0.5rem;
}

/* post-list
*----------------------------------------------*/
body:not(.single) #main-contents .post-list-item {
  margin-bottom: 24px;
}
body:not(.single) #main-contents .post-list-item .post-list-link {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 20px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.single) #main-contents .post-list-item .post-list-link {
    padding: 10px;
    padding-bottom: 0;
  }
}
body:not(.single) #main-contents .post-list-item .post-list-link .post-list-meta {
  margin-top: 1rem;
  padding: 0;
}
@media (max-width: 767px) {
  body:not(.single) #main-contents .post-list-item .post-list-link .post-list-meta {
    margin-top: 0.5rem;
  }
}
body:not(.single) #main-contents .post-list-item .post-list-link .post-list-meta .post-list-title {
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body:not(.single) #main-contents .post-list-item .post-list-link .post-list-meta .post-list-title {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    margin-top: 0.25em;
  }
}
body:not(.single) #main-contents .post-list-item .post-list-link .post-list-meta .post-list-cat {
  font-size: 13px !important;
}
@media (max-width: 767px) {
  body:not(.single) #main-contents .post-list-item .post-list-link .post-list-meta .post-list-cat {
    font-size: 10px !important;
  }
}

/**********************************************************************
header
/**********************************************************************/
#header-box {
  background-color: transparent !important;
  background-image: url(../img/header_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #header-box {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  #header-box {
    background-image: url(../img/header_pc.jpg);
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #header-box #header {
    margin-bottom: 0;
  }
}
#header-box #header #site-info {
  max-width: 192px;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  #header-box #header #site-info {
    max-width: 308px;
    padding-top: 46px !important;
    padding-bottom: 30px !important;
  }
}
#header-box #header #site-info img {
  width: 100% !important;
}
@media (min-width: 768px) {
  #header-box #drawernav3 ul.menu-box {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
    justify-content: center;
    border-top: 1px solid #DADBDD;
    border-bottom: 1px solid #DADBDD;
  }
}
#header-box #drawernav3 ul.menu-box li {
  margin-top: 2px;
}
@media (min-width: 768px) {
  #header-box #drawernav3 ul.menu-box li a:hover {
    color: #D6A1A1 !important;
  }
}
#header-box #drawernav3 ul.menu-box li a:hover::after {
  display: none;
}

.sp-menu-open .cps-icon-bar {
  background-color: #1F2C32;
}

@media (max-width: 767px) {
  #header-box {
    padding: 14px 0;
    padding-bottom: 4px;
  }
  .sp-menu-open {
    width: 20px;
    padding: 2rem 1rem;
  }
  #navtoggle:checked + .sp-menu-open {
    top: -1px !important;
  }
  .sp-menu-box {
    background-color: #34414E;
    overflow: scroll;
    padding: 60px 20px;
  }
  .sp-menu-box .widget_nav_menu ul > li > a {
    padding-left: 0;
  }
  .sp-menu-box .widget_nav_menu ul > li > a::before {
    display: none;
  }
  .sp-menu-box .widgettitle {
    color: #fff !important;
    border-color: #fff !important;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 13px;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .sp-menu-box a {
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sp-menu-box .popular-post {
    margin-bottom: 56px;
  }
  .sp-menu-box .popular-post .widgettitle {
    font-size: 15px;
    margin-bottom: 9px;
    margin-bottom: 20px;
  }
  .sp-menu-box .popular-post .menu-sidebar-ranking {
    padding: 0 10px;
  }
  .sp-menu-box .popular-post .menu-sidebar-ranking .new-entry-item-title {
    font-size: 13px;
  }
  .sp-menu-box .search-form {
    margin: 5px 0 45px;
  }
  .sp-menu-box .search-form .searchform {
    position: relative;
  }
  .sp-menu-box .search-form .searchform .searchfield {
    width: 100%;
    font-size: 13px;
    padding: 0.8rem;
    border: solid 1px #DADBDD;
    border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  .sp-menu-box .search-form .searchform .searchsubmit {
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 8%;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent;
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    color: #fff;
  }
  body:not(.single) {
    /*　上に上がる動き　*/
    /*　下に下がる動き　*/
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  body:not(.single) #scroll-content {
    padding-top: 152px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  body:not(.single) #scroll-content {
    padding-top: 112px;
  }
}
@media (max-width: 767px) {
  body:not(.single) .sp-menu-open,
  body:not(.single) #header-box {
    position: fixed;
    top: -1px;
  }
  body:not(.single) .sp-menu-open.UpMove,
  body:not(.single) #header-box.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  body:not(.single) .sp-menu-open.DownMove,
  body:not(.single) #header-box.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/**********************************************************************
home
/**********************************************************************/
.home .recent-posts-sec .sec-title {
  width: calc(100% - 60px);
  margin: auto;
}
@media (min-width: 768px) {
  .home .recent-posts-sec .sec-title {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: auto;
    box-sizing: border-box;
  }
}
.home .recent-posts-sec .pickup-title {
  font-size: 10px !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .home .recent-posts-sec .pickup-title {
    font-size: 13px !important;
    margin-top: 12px !important;
  }
}
.home .recent-posts-sec .swiper-container-top-pickup,
.home .recent-posts-sec .swiper-container-top {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 162px;
}
@media (max-width: 767px) {
  .home .recent-posts-sec .swiper-container-top-pickup,
  .home .recent-posts-sec .swiper-container-top {
    width: 92%;
  }
}
.home .recent-posts-sec .swiper-container-top-pickup,
.home .recent-posts-sec .swiper-container-top {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 162px;
}
@media (max-width: 767px) {
  .home .recent-posts-sec .swiper-container-top-pickup,
  .home .recent-posts-sec .swiper-container-top {
    width: 92%;
  }
}
@media (min-width: 1024px) {
  .home .recent-posts-sec .swiper-container-top-pickup {
    height: 246px;
  }
}
@media (max-width: 1023px) {
  .home .recent-posts-sec .swiper-container-top-pickup {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .home .recent-posts-sec .swiper-container-top-pickup {
    height: 162px;
  }
}
@media (max-width: 420px) {
  .home .recent-posts-sec .swiper-pagination.swiper-pagination-bullets.swiper-pagination-clickable {
    bottom: 1rem !important;
  }
}
.home .recent-posts-sec .swiper-pagination-bullet {
  background-color: rgb(211, 212, 216) !important;
  opacity: 1;
}
.home .recent-posts-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D6A1A1 !important;
}
.home .sec-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 10px;
  border-left: 0.5rem solid #D6A1A1;
  margin-top: 0;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .home .sec-title {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}
.home #contents {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .home #contents {
    margin-top: 60px;
  }
}
.home #main-contents > .hentry:first-of-type {
  padding-top: 0;
}
.home #main-contents > .hentry:first-of-type .sec-title {
  margin-top: 0;
}
.home .article_style1 .cps-post-box {
  box-shadow: none;
}
.home .more-term_btn {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 135px;
  display: block;
  margin-right: 0;
  margin-left: auto;
  border-bottom: 1px solid #1F2C32;
  padding-bottom: 10px;
  margin-top: 1rem;
  letter-spacing: 0.08em;
  padding-left: 0.5rem;
}
.home .more-term_btn::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background-color: #1F2C32;
  width: 7px;
  height: 11px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.home .more-term_btn:hover {
  color: #1F2C32;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .home #main-contents .more-term_btn {
    font-size: 11px;
    width: 96px;
    padding-bottom: 0.5rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .home #main-contents .more-term_btn::after {
    width: 5px;
    height: 8px;
    top: 0.2rem;
  }
}
/**********************************************************************
archive
/**********************************************************************/
.archive .more-btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .archive .more-btn {
    margin-top: 0;
  }
}

.archive-box {
  margin-top: 0;
}

.archive-post-header {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .archive-post-header {
    margin-top: 1rem;
  }
}
.archive-post-header .archive-title-wrapper {
  position: absolute;
  top: 46%;
  left: 5.62rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .archive-post-header .archive-title-wrapper {
    left: 40px;
    top: 50%;
  }
}
.archive-post-header .archive-title-wrapper .archive-title-sub,
.archive-post-header .archive-title-wrapper .archive-title {
  display: block;
  text-align: left;
}
.archive-post-header .archive-title-wrapper .archive-title-sub {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3E6770;
  font-weight: 420;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .archive-post-header .archive-title-wrapper .archive-title-sub {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.archive-post-header .archive-title-wrapper .archive-title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3E6770;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1024px) {
  .archive-post-header .archive-title-wrapper .archive-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .archive-post-header .archive-title-wrapper .archive-title {
    font-size: 30px;
  }
}
.archive-post-header img {
  height: auto;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .archive-post-header img {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .archive-post-header img {
    width: 100%;
  }
}

.post-list-item:hover .cps-post-date,
.post-list-item:hover .entry-date {
  color: #AFB0B5;
}

.archive.category .archive-title-sub,
.archive.category .archive-title {
  color: #D6A1A1;
}

.archive.tag .archive-title-sub,
.archive.tag .archive-title {
  color: #6B9AAA;
}

/**********************************************************************
author
/**********************************************************************/
.tax-author #breadcrumb ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-bottom: 24px;
  margin: 0 auto;
}
.tax-author #contents {
  margin-top: 0;
}
@media (max-width: 767px) {
  .tax-author #contents {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tax-author #scroll-content {
    padding-top: 124px !important;
  }
}
@media (max-width: 480px) {
  .tax-author #scroll-content {
    padding-top: 94px !important;
  }
}

.author-post-header {
  background-color: #F9F2F2;
  border-radius: 10px;
  padding: 12px 20px !important;
  max-width: 100% !important;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .author-post-header {
    padding: 15px 24px !important;
  }
}

.author-header .profile-flexbox {
  padding-bottom: 0 !important;
  gap: 1rem !important;
}
@media (max-width: 767px) {
  .author-header .profile-flexbox {
    gap: 12px !important;
    padding-bottom: 0;
  }
}
.author-header .profile-thumbnail-box {
  width: 15%;
  max-width: 76px;
}
@media (max-width: 767px) {
  .author-header .profile-thumbnail-box {
    width: 26%;
  }
}
.author-header .profile-meta {
  width: 100%;
  color: #C38383;
}
@media (max-width: 767px) {
  .author-header .profile-meta {
    margin-top: 0;
  }
}
.author-header .profile-meta .profile-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .author-header .profile-meta .profile-name {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.author-header .profile-meta .profile-name__nickname {
  font-weight: 600;
}
@media (max-width: 767px) {
  .author-header .profile-meta .profile-name__nickname {
    font-weight: 400;
    width: 100%;
  }
}
.author-header__open {
  position: relative;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #C38383;
  padding: 11px 34px 11px 20px;
  border: 1px solid #C38383;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .author-header__open {
    padding: 9px 34px 9px 14px;
  }
}
@media (min-width: 769px) {
  .author-header__open:hover {
    background: #D6A1A1;
    border: 1px solid #D6A1A1;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .author-header__open:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .author-header__open:active {
    background: #D6A1A1;
    border: 1px solid #D6A1A1;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .author-header__open:active::after {
    background-color: #fff;
  }
}
.author-header__open::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  content: "";
  background-color: #C38383;
  width: 10px;
  height: 6px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: all 0.2s;
}
.author-header__open:hover {
  cursor: pointer;
}
.author-header__open.-open::after {
  transform: rotate(180deg);
}
.author-header__detail {
  padding-top: 1.5rem;
  padding: 1.5rem 0.5rem 0;
}
@media (max-width: 767px) {
  .author-header__detail {
    padding: 0;
    padding-top: 15px;
    text-align: justify;
  }
}
.author-header__detail.js-display__none .profile-desc {
  opacity: 0;
  visibility: hidden;
}
.author-header__detail .profile-desc {
  font-size: 12px;
}
.author-header__detail .profile-link-box {
  margin-bottom: 6px;
}

/**********************************************************************
single
/**********************************************************************/
.recent-posts-sec .pickup-image img,
.popular-item .new-entry .eyecatch img,
.post-list-thumb img,
.cps-post-thumb img {
  aspect-ratio: 1200/630;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 65%;
     object-position: 0 65%;
}

.single .wpp-no-data {
  display: none;
}
@media (max-width: 767px) {
  .single #contents {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .single #contents {
    max-width: 1200px;
    margin-bottom: 4rem;
    display: flex;
  }
}
.single #contents #sidebar {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .single #contents #main-contents {
    margin: 0 auto;
    width: 790px !important;
  }
}
@media (max-width: 767px) {
  .single .article_style1 .cps-post-box {
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .single .article_style1 .cps-post-box {
    box-shadow: none;
    padding: 1.5rem;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .single .cps-post-main {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .single .cps-post-main p {
    letter-spacing: 0.1em;
    padding-bottom: 58px;
  }
}
@media (min-width: 768px) {
  .single .xl-size {
    font-size: 18px;
  }
}
.single .cps-post .cps-post-header .cps-post-title {
  margin-bottom: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  .single .cps-post .cps-post-header .cps-post-title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
  }
}
.single .cps-post .cps-post-header .cps-post-meta {
  margin-top: 0;
  margin-bottom: 1rem;
}
.single .cps-post .cps-post-header .cps-post-meta .cps-post-date-box {
  text-align: left;
}
.single .cps-post .cps-post-header .cps-post-meta .cps-post-date-box span {
  color: #1F2C32;
}
.single .entry-content .rtoc-mokuji-content,
.single .entry-content .blog-card,
.single .entry-content > div {
  width: 100%;
  max-width: 100%;
}
.single .entry-content .wp-block-image figcaption {
  font-size: 14px;
  margin-bottom: 2rem;
}
.single .entry-content .wp-block-image figcaption a {
  font-size: 0.9rem;
}
.single #post-bottom-widget > .widget {
  box-shadow: none !important;
}
.single #post-bottom-widget > .widget .menu {
  border: 1px solid #DADBDD;
  padding: 3rem !important;
}
.single #post-bottom-widget > .widget .menu li {
  padding-bottom: 0 !important;
}
.single #post-bottom-widget > .widget .widget {
  padding: 0;
  box-shadow: none !important;
  border: none;
}
.single .swiper-container3 {
  position: relative;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .single .swiper-container3 .swiper-pagination,
  .single .swiper-container3 .swiper-button-prev,
  .single .swiper-container3 .swiper-button-next {
    display: none;
  }
}
.single .share-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  max-width: 750px;
  margin: auto;
}
.single .share-sec .text {
  font-size: 15px;
}
.single .share-sec .sns-list {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 767px) {
  .single .share-sec .sns-list {
    gap: 0;
  }
}
.single .share-sec .sns-list__item.twitter .jin-ifont-twitter::before {
  content: "";
  background-image: url(../img/icon-x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: 0.3s ease-out;
}
@media (max-width: 767px) {
  .single .share-sec .sns-list__item.twitter .jin-ifont-twitter::before {
    width: 36px;
    height: 36px;
  }
}
.single .share-sec .sns-list__item.note .jin-ifont-relatedpost::before {
  content: "";
  background-image: url(../img/icon-note.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  transition: 0.3s ease-out;
  border: 1px solid #ddd;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .single .share-sec .sns-list__item.note .jin-ifont-relatedpost::before {
    padding: 0;
    width: 34px;
    height: 34px;
  }
}
.single .share-sec .sns-list__item.facebook .jin-ifont-facebook::before {
  font-size: 26px;
  background-image: url(../img/icon-fb.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
  transition: 0.3s ease-out;
}
@media (max-width: 767px) {
  .single .share-sec .sns-list__item.facebook .jin-ifont-facebook::before {
    padding: 0;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .single .share-sec .sns-list__item a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .single .share-sec .sns-list__item a:hover .jin-ifont-twitter::before,
  .single .share-sec .sns-list__item a:hover .jin-ifont-relatedpost::before,
  .single .share-sec .sns-list__item a:hover .jin-ifont-facebook::before {
    transform: scale(1.1);
  }
}
.single .tag-block {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .single .tag-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single .tag-block .tag-list__item {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.single .tag-block .tag-list__item a {
  position: relative;
  font-size: 13px;
  background-color: #F3F5F5;
  border-radius: 4px;
  padding: 5px 10px;
  padding-left: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: auto;
}
.single .tag-block .tag-list__item a:hover {
  background-color: #34414E;
  color: #F3F5F5;
}
.single .tag-block .tag-list__item a::after {
  position: absolute;
  top: 5px;
  left: 2px;
  padding-right: 1rem;
  margin-left: 0.25rem;
  font-family: "jin-icons";
  content: "\e92c";
  padding-right: 3px;
  vertical-align: bottom;
  line-height: 0.9rem;
  font-size: 0.6rem;
}
.single .related-entry-section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .single .related-entry-section {
    margin-bottom: 4rem;
  }
}
.single .related-entry-section .post-list-title {
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single .related-entry-section .related-entry-headline-text .fa-headline {
  font-size: 24px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .single .related-entry-section .related-entry-headline-text .fa-headline {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}
.single .show-more .jin-ac-box02 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single .show-more .jin-ac-box02-title {
  order: 2;
  box-shadow: none;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 767px) {
  .single .show-more .jin-ac-box02-title {
    font-size: 14px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.single .show-more .jin-ac-box02-title:hover {
  cursor: pointer;
  opacity: 0.7;
}
.single .show-more .jin-ac-box02-title::before {
  display: none;
}
.single .show-more .jin-ac-box02-title::after {
  color: #0B2A3E;
  font-size: 10px;
}
.single .show-more .jin-ac-box02-title.open {
  color: #fff;
  padding-left: 4rem;
  width: 0;
  overflow: hidden;
  height: 2.5rem;
}
.single .show-more .jin-ac-box02-title.open::before {
  font-size: 16px !important;
  display: block;
  content: "閉じる";
  color: #0B2A3E !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}
@media (max-width: 767px) {
  .single .show-more .jin-ac-box02-title.open::before {
    font-size: 14px !important;
  }
}
.single .show-more .jin-ac-box02-inner {
  margin-top: 0;
  width: 100%;
  background-color: #fff;
  padding: 0;
}
.single .show-more .jin-ac-box02-inner > p {
  padding: 0;
}
.single .show-more .jin-ac-box02-inner .link {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.single .show-more .jin-ac-box02-inner img {
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .single .show-more .jin-ac-box02-inner img {
    margin: auto;
    display: block;
    width: 90%;
  }
}
.single .show-more .jin-ac-box02-inner::before {
  display: none;
}
.single .show-more.show-more-pink .jin-ac-box02-title {
  color: #B05D7E;
}
.single .show-more.show-more-pink .jin-ac-box02-title.open::before {
  color: #B05D7E !important;
}
.single .show-more.show-more-pink .jin-ac-box02-title::after {
  color: #B05D7E;
}
.single .show-more.show-more-pink .jin-ac-box02-inner {
  background: #F7E8EE;
}
.single .show-more.show-more-blue .jin-ac-box02-title {
  color: #497B97;
}
.single .show-more.show-more-blue .jin-ac-box02-title.open::before {
  color: #497B97 !important;
}
.single .show-more.show-more-blue .jin-ac-box02-title::after {
  color: #497B97;
}
.single .show-more.show-more-blue .jin-ac-box02-inner {
  background: #E8EFF7;
}
.single .show-more.show-more-green .jin-ac-box02-title {
  color: #558B81;
}
.single .show-more.show-more-green .jin-ac-box02-title.open::before {
  color: #558B81 !important;
}
.single .show-more.show-more-green .jin-ac-box02-title::after {
  color: #558B81;
}
.single .show-more.show-more-green .jin-ac-box02-inner {
  background: #E8F7F0;
}
.single .width90per {
  width: 90% !important;
  margin: auto !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}
.single .width90per-2 {
  width: 90%;
  margin: auto;
}
.single .width90per-2 figure {
  width: 46%;
}
.single #main-contents .cps-post-main .kaisetsu-box4 ol {
  margin-bottom: 0;
}
.single .wp-block-table {
  overflow-x: auto;
}
.single .wp-block-table table td,
.single .wp-block-table table th {
  white-space: nowrap;
}
.single .wp-block-table table.has-fixed-layout td,
.single .wp-block-table table.has-fixed-layout th {
  white-space: normal;
}
.single .wp-block-table.custom-table-row--pink tr:first-child {
  background-color: #f2e5e5 !important;
}
.single .wp-block-table.custom-table-col--pink td:first-child {
  background-color: #f2e5e5 !important;
}
.single .wp-block-table.custom-table-row-col--pink tr:first-child,
.single .wp-block-table.custom-table-row-col--pink td:first-child {
  background-color: #f2e5e5 !important;
}
.single .wp-block-table.custom-table-fixed-col td:first-child,
.single .wp-block-table.custom-table-fixed-col th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

@media (min-width: 1024px) {
  .single #rtoc-mokuji-wrapper #rtoc-mokuji-title,
  .page #rtoc-mokuji-wrapper #rtoc-mokuji-title {
    padding: 40px 64px 16px !important;
  }
}
@media (max-width: 1023px) {
  .single #rtoc-mokuji-wrapper #rtoc-mokuji-title,
  .page #rtoc-mokuji-wrapper #rtoc-mokuji-title {
    padding: 32px 28px 8px !important;
  }
}
.single #rtoc-mokuji-wrapper #rtoc-mokuji-title .rtoc_open_close,
.page #rtoc-mokuji-wrapper #rtoc-mokuji-title .rtoc_open_close {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif !important;
  background-color: transparent;
  color: #D6A1A1;
  letter-spacing: 0.02em;
  font-size: 11px;
}
.single #rtoc-mokuji-wrapper #rtoc-mokuji-title .rtoc_open_close::after,
.page #rtoc-mokuji-wrapper #rtoc-mokuji-title .rtoc_open_close::after {
  content: "]";
}
.single #rtoc-mokuji-wrapper #rtoc-mokuji-title .rtoc_open_close::before,
.page #rtoc-mokuji-wrapper #rtoc-mokuji-title .rtoc_open_close::before {
  content: "[";
}
.single #rtoc-mokuji-wrapper #rtoc-mokuji-title span,
.page #rtoc-mokuji-wrapper #rtoc-mokuji-title span {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.single #rtoc-mokuji-wrapper .rtoc-mokuji.level-1,
.page #rtoc-mokuji-wrapper .rtoc-mokuji.level-1 {
  display: block !important;
}
.single #rtoc-mokuji-wrapper .rtoc-mokuji li a,
.page #rtoc-mokuji-wrapper .rtoc-mokuji li a {
  color: #1F2C32;
}
.single #rtoc-mokuji-wrapper .rtoc-mokuji li a:hover,
.page #rtoc-mokuji-wrapper .rtoc-mokuji li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .single #rtoc-mokuji-wrapper .decimal_ol.level-1 > li::after,
  .page #rtoc-mokuji-wrapper .decimal_ol.level-1 > li::after {
    left: 14px !important;
  }
}
.single #rtoc-mokuji-wrapper .mokuji_ul.level-2 > li::before,
.page #rtoc-mokuji-wrapper .mokuji_ul.level-2 > li::before {
  background-color: #1F2C32 !important;
  width: 3px;
  height: 3px;
  top: 17px;
  left: -0.75em;
}
.single #rtoc-mokuji-wrapper .rtoc-mokuji.mokuji_ul.level-2,
.page #rtoc-mokuji-wrapper .rtoc-mokuji.mokuji_ul.level-2 {
  display: none;
}
.single .wp-block-jin-gb-block-box-with-headline.innerlink-box1,
.page .wp-block-jin-gb-block-box-with-headline.innerlink-box1 {
  border: none;
  background-color: #F3F5F5;
}
.single .wp-block-jin-gb-block-box-with-headline.innerlink-box1 .innerlink-box1-title,
.page .wp-block-jin-gb-block-box-with-headline.innerlink-box1 .innerlink-box1-title {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main ul li,
  .page #main-contents .cps-post-main ul li {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.single #main-contents .cps-post-main ul li::before,
.page #main-contents .cps-post-main ul li::before {
  background-color: #D6A1A1 !important;
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main ol > li,
  .page #main-contents .cps-post-main ol > li {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.single #main-contents .cps-post-main ol > li::before,
.page #main-contents .cps-post-main ol > li::before {
  display: none;
}
.single #main-contents .cps-post-main ol > li::after,
.page #main-contents .cps-post-main ol > li::after {
  color: #D6A1A1 !important;
  font-size: 18px;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.single #main-contents .cps-post-main > ul,
.single #main-contents .cps-post-main ol,
.page #main-contents .cps-post-main > ul,
.page #main-contents .cps-post-main ol {
  padding-left: 0 !important;
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .single #main-contents .cps-post-main > ul,
  .single #main-contents .cps-post-main ol,
  .page #main-contents .cps-post-main > ul,
  .page #main-contents .cps-post-main ol {
    margin-bottom: 2em;
  }
}
.single #main-contents .cps-post-main > ul li,
.single #main-contents .cps-post-main ol li,
.page #main-contents .cps-post-main > ul li,
.page #main-contents .cps-post-main ol li {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0.75em;
}
.single #main-contents .cps-post-main > ul li:last-child,
.single #main-contents .cps-post-main ol li:last-child,
.page #main-contents .cps-post-main > ul li:last-child,
.page #main-contents .cps-post-main ol li:last-child {
  margin-bottom: 0;
}
.single #main-contents .cps-post-main .m-dlList,
.page #main-contents .cps-post-main .m-dlList {
  padding-left: 0;
  margin-bottom: 3.5em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single #main-contents .cps-post-main .m-dlList,
  .page #main-contents .cps-post-main .m-dlList {
    margin-bottom: 2em;
  }
}
.single #main-contents .cps-post-main .m-dlList dl,
.page #main-contents .cps-post-main .m-dlList dl {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .single #main-contents .cps-post-main .m-dlList dl,
  .page #main-contents .cps-post-main .m-dlList dl {
    margin-bottom: 0.75em;
  }
}
.single #main-contents .cps-post-main .m-dlList dt,
.page #main-contents .cps-post-main .m-dlList dt {
  margin-bottom: 0.25em;
  font-weight: 600;
}
.single #main-contents .cps-post-main .m-dlList dd,
.page #main-contents .cps-post-main .m-dlList dd {
  color: #849194;
}
.single #main-contents .cps-post-main .m-dlList li,
.page #main-contents .cps-post-main .m-dlList li {
  font-size: 1em;
}
.single #main-contents .cps-post-main .m-dlList li:last-child,
.page #main-contents .cps-post-main .m-dlList li:last-child {
  margin-bottom: 0;
}
.single #main-contents .cps-post-main ul.m-dlList li,
.page #main-contents .cps-post-main ul.m-dlList li {
  position: relative;
}
.single #main-contents .cps-post-main ul.m-dlList li::before,
.page #main-contents .cps-post-main ul.m-dlList li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #D6A1A1;
  border-radius: 100%;
}
.single #main-contents .cps-post-main ol.m-dlList li::after,
.page #main-contents .cps-post-main ol.m-dlList li::after {
  font-size: 1.25em;
  top: 0.65em;
}
.single #main-contents .cps-post-main .timeline_navy ul li::before,
.page #main-contents .cps-post-main .timeline_navy ul li::before {
  background-color: #4C6072 !important;
}
.single #main-contents .cps-post-main .blog-card,
.page #main-contents .cps-post-main .blog-card {
  border-color: #C0506B !important;
}
.single #main-contents .cps-post-main .blog-card.--shortcode:hover,
.page #main-contents .cps-post-main .blog-card.--shortcode:hover {
  cursor: pointer;
}
.single #main-contents .cps-post-main .blog-card.--shortcode .blog-card-hl-box,
.page #main-contents .cps-post-main .blog-card.--shortcode .blog-card-hl-box {
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 80%;
  padding: 4px 12px;
  z-index: 1;
}
.single #main-contents .cps-post-main .blog-card.--shortcode .blog-card__copy,
.page #main-contents .cps-post-main .blog-card.--shortcode .blog-card__copy {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main .blog-card,
  .page #main-contents .cps-post-main .blog-card {
    padding: 24px;
    padding-top: 26px !important;
    margin-bottom: 4rem !important;
  }
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main .blog-card-content,
  .page #main-contents .cps-post-main .blog-card-content {
    position: relative;
    top: -0.5rem;
    max-width: 467px;
  }
}
.single #main-contents .cps-post-main .blog-card .blog-card-title,
.page #main-contents .cps-post-main .blog-card .blog-card-title {
  color: #1F2C32 !important;
}
.single #main-contents .cps-post-main .blog-card .blog-card-thumbnail img,
.page #main-contents .cps-post-main .blog-card .blog-card-thumbnail img {
  aspect-ratio: 210/112;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 65%;
     object-position: 0 65%;
}
.single #main-contents .cps-post-main .blog-card .blog-card-hl-box,
.page #main-contents .cps-post-main .blog-card .blog-card-hl-box {
  background-color: #C0506B !important;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main .blog-card .blog-card-hl-box,
  .page #main-contents .cps-post-main .blog-card .blog-card-hl-box {
    font-size: 14px;
    width: 144px;
  }
}
.single #main-contents .cps-post-main .blog-card .blog-card-hl-box .blog-card-hl,
.page #main-contents .cps-post-main .blog-card .blog-card-hl-box .blog-card-hl {
  left: 0.5rem;
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main .blog-card .blog-card-hl-box .blog-card-hl::after,
  .page #main-contents .cps-post-main .blog-card .blog-card-hl-box .blog-card-hl::after {
    width: 140px;
    left: 0;
    top: 6px;
  }
}
.single #main-contents .cps-post-main .blog-card .blog-card-hl-box .jin-ifont-post:before,
.page #main-contents .cps-post-main .blog-card .blog-card-hl-box .jin-ifont-post:before {
  content: "";
}
.single #main-contents .cps-post-main .blog-card .cps-post-date-box,
.page #main-contents .cps-post-main .blog-card .cps-post-date-box {
  color: #AFB0B5;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .single #main-contents .cps-post-main .blog-card .cps-post-date-box,
  .page #main-contents .cps-post-main .blog-card .cps-post-date-box {
    display: none;
  }
}
.single #main-contents .cps-post-main .blog-card .cps-post-date-box .jin-ifont-watch::before,
.page #main-contents .cps-post-main .blog-card .cps-post-date-box .jin-ifont-watch::before {
  content: url(../img/icon-pen_gray.svg);
  padding-right: 0.25rem;
}
.single #main-contents .cps-post-main .blog-card .cps-post-date-box .jin-ifont-reload::before,
.page #main-contents .cps-post-main .blog-card .cps-post-date-box .jin-ifont-reload::before {
  padding-right: 0.25rem;
  content: url(../img/icon-update_gray.svg);
}
@media (min-width: 768px) {
  .single #main-contents .cps-post-main .blog-card-title,
  .page #main-contents .cps-post-main .blog-card-title {
    margin-bottom: 0.5rem;
  }
}
.single #main-contents .cps-post-main .blog-card-excerpt,
.page #main-contents .cps-post-main .blog-card-excerpt {
  margin-top: 0.5rem;
}
.single #main-contents .cps-post-main .auto-blogcard,
.page #main-contents .cps-post-main .auto-blogcard {
  padding-bottom: 0;
}
.single #main-contents .cps-post-main .auto-blogcard .blog-card-hl-box,
.single #main-contents .cps-post-main .auto-blogcard .blog-card-excerpt,
.page #main-contents .cps-post-main .auto-blogcard .blog-card-hl-box,
.page #main-contents .cps-post-main .auto-blogcard .blog-card-excerpt {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .single #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1 p,
  .single #main-contents .wp-block-jin-gb-block-box.simple-box6 p,
  .page #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1 p,
  .page #main-contents .wp-block-jin-gb-block-box.simple-box6 p {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.single #main-contents .wp-block-jin-gb-block-box.simple-box6.-green,
.page #main-contents .wp-block-jin-gb-block-box.simple-box6.-green {
  background-color: #EFF4F3 !important;
}
.single #main-contents .wp-block-jin-gb-block-box.simple-box6.-pink,
.page #main-contents .wp-block-jin-gb-block-box.simple-box6.-pink {
  background-color: #F9F2F2 !important;
}
.single #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-green,
.page #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-green {
  background-color: #EFF4F3 !important;
}
.single #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-green .innerlink-box1-title,
.page #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-green .innerlink-box1-title {
  background-color: #3E6770 !important;
  border-color: #3E6770 !important;
}
.single #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-pink,
.page #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-pink {
  background-color: #F9F2F2 !important;
}
.single #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-pink .innerlink-box1-title,
.page #main-contents .wp-block-jin-gb-block-box-with-headline.innerlink-box1.-pink .innerlink-box1-title {
  background-color: #D6A1A1 !important;
  border-color: #D6A1A1 !important;
}
.single #main-contents .cps-post-main h2,
.page #main-contents .cps-post-main h2 {
  background-color: #F9F2F2 !important;
  border-bottom: 1px dashed #D6A1A1 !important;
  border-left: 6px solid #D6A1A1 !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.68;
  margin-bottom: 20px;
  margin-top: 16px;
  padding: 6px 10px;
}
@media (min-width: 1024px) {
  .single #main-contents .cps-post-main h2,
  .page #main-contents .cps-post-main h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 32px;
    margin-top: 22px;
    padding: 11px 10px 9px;
  }
}
.single #main-contents .cps-post-main h3,
.page #main-contents .cps-post-main h3 {
  line-height: 1.4;
  position: relative;
  border-bottom: none;
  padding-left: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .single #main-contents .cps-post-main h3,
  .page #main-contents .cps-post-main h3 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 32px;
    margin-top: 14px;
  }
}
.single #main-contents .cps-post-main h3::before,
.page #main-contents .cps-post-main h3::before {
  position: absolute;
  content: "";
  z-index: 0;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-image: linear-gradient(-45deg, transparent 25%, #D6A1A1 25%, #D6A1A1 50%, transparent 50%, transparent 75%, #D6A1A1 75%, #D6A1A1);
  background-size: 6px 6px;
}
.single #main-contents .cps-post-main h4,
.page #main-contents .cps-post-main h4 {
  color: #D6A1A1;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: none !important;
  padding-left: 0;
  margin-bottom: 16px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .single #main-contents .cps-post-main h4,
  .page #main-contents .cps-post-main h4 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 14px;
  }
}
.single #main-contents .cps-post-main p,
.page #main-contents .cps-post-main p {
  text-align: justify;
  line-height: 1.6;
}
.single #main-contents .cps-post-main p.has-text-align-center,
.page #main-contents .cps-post-main p.has-text-align-center {
  text-align: center;
}
.single #main-contents .cps-post-main .marker,
.page #main-contents .cps-post-main .marker {
  padding-bottom: 2px;
}
.single #main-contents .balloon-box .balloon-icon,
.page #main-contents .balloon-box .balloon-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .single #main-contents .balloon-box .balloon-icon,
  .page #main-contents .balloon-box .balloon-icon {
    width: 80px;
    height: 80px;
  }
}
.single #main-contents .balloon-box .balloon-icon img,
.page #main-contents .balloon-box .balloon-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .single #main-contents .balloon-box .balloon-icon img,
  .page #main-contents .balloon-box .balloon-icon img {
    width: 80px;
    height: 80px;
  }
}
.single #main-contents .balloon-box .icon-name,
.page #main-contents .balloon-box .icon-name {
  font-size: 11px;
}
.single #main-contents .balloon-box .balloon-content p,
.page #main-contents .balloon-box .balloon-content p {
  font-size: 16px;
}
.single #main-contents .balloon-right.has-ffebeb-bgballon .balloon-serif::before,
.page #main-contents .balloon-right.has-ffebeb-bgballon .balloon-serif::before {
  border-color: transparent transparent transparent #F2E5E5;
}
.single #main-contents .balloon-right.has-ffebeb-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-right.has-ffebeb-bgballon .balloon-serif .balloon-content {
  background-color: #F2E5E5;
}
.single #main-contents .balloon-right.has-efefef-bgballon .balloon-serif::before,
.page #main-contents .balloon-right.has-efefef-bgballon .balloon-serif::before {
  border-color: transparent transparent transparent #F3F5F5;
}
.single #main-contents .balloon-right.has-efefef-bgballon .balloon-serif::after,
.page #main-contents .balloon-right.has-efefef-bgballon .balloon-serif::after {
  border-color: transparent transparent transparent #F3F5F5;
}
.single #main-contents .balloon-right.has-efefef-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-right.has-efefef-bgballon .balloon-serif .balloon-content {
  background-color: #F3F5F5;
}
.single #main-contents .balloon-right.has-e-2-f-6-ff-bgballon .balloon-serif::before,
.page #main-contents .balloon-right.has-e-2-f-6-ff-bgballon .balloon-serif::before {
  border-color: transparent transparent transparent #DFEAED;
}
.single #main-contents .balloon-right.has-e-2-f-6-ff-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-right.has-e-2-f-6-ff-bgballon .balloon-serif .balloon-content {
  background-color: #DFEAED;
}
.single #main-contents .balloon-right.has-d-1-f-8-c-2-bgballon .balloon-serif::before,
.page #main-contents .balloon-right.has-d-1-f-8-c-2-bgballon .balloon-serif::before {
  border-color: transparent transparent transparent #E6EFED;
}
.single #main-contents .balloon-right.has-d-1-f-8-c-2-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-right.has-d-1-f-8-c-2-bgballon .balloon-serif .balloon-content {
  background-color: #E6EFED;
}
.single #main-contents .balloon-left.has-ffebeb-bgballon .balloon-serif::before,
.page #main-contents .balloon-left.has-ffebeb-bgballon .balloon-serif::before {
  border-color: transparent #F2E5E5 transparent transparent;
}
.single #main-contents .balloon-left.has-ffebeb-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-left.has-ffebeb-bgballon .balloon-serif .balloon-content {
  background-color: #F2E5E5;
}
.single #main-contents .balloon-left.has-efefef-bgballon .balloon-serif::before,
.page #main-contents .balloon-left.has-efefef-bgballon .balloon-serif::before {
  border-color: transparent #F3F5F5 transparent transparent;
}
.single #main-contents .balloon-left.has-efefef-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-left.has-efefef-bgballon .balloon-serif .balloon-content {
  background-color: #F3F5F5;
}
.single #main-contents .balloon-left.has-e-2-f-6-ff-bgballon .balloon-serif::before,
.page #main-contents .balloon-left.has-e-2-f-6-ff-bgballon .balloon-serif::before {
  border-color: transparent #DFEAED transparent transparent;
}
.single #main-contents .balloon-left.has-e-2-f-6-ff-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-left.has-e-2-f-6-ff-bgballon .balloon-serif .balloon-content {
  background-color: #DFEAED;
}
.single #main-contents .balloon-left.has-d-1-f-8-c-2-bgballon .balloon-serif::before,
.page #main-contents .balloon-left.has-d-1-f-8-c-2-bgballon .balloon-serif::before {
  border-color: transparent #E6EFED transparent transparent;
}
.single #main-contents .balloon-left.has-d-1-f-8-c-2-bgballon .balloon-serif .balloon-content,
.page #main-contents .balloon-left.has-d-1-f-8-c-2-bgballon .balloon-serif .balloon-content {
  background-color: #E6EFED;
}
.single #main-contents .shares-btn,
.page #main-contents .shares-btn {
  display: block;
  max-width: 380px;
  margin: auto;
  margin-bottom: 3rem;
}
.single #main-contents .shares-btn__link,
.page #main-contents .shares-btn__link {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 6.2731056213px 0 0 #a33650;
  padding: 2rem 0.5rem;
  background-color: #C0506B;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single #main-contents .shares-btn__link,
  .page #main-contents .shares-btn__link {
    letter-spacing: 0.2em;
  }
}
.single #main-contents .shares-btn__link .btn_text,
.page #main-contents .shares-btn__link .btn_text {
  position: relative;
  padding-right: 2rem;
  display: inline-block;
}
.single #main-contents .shares-btn__link .btn_text::after,
.page #main-contents .shares-btn__link .btn_text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
  width: 7px;
  height: 11px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.single #main-contents .blue.shares-btn .shares-btn__link,
.page #main-contents .blue.shares-btn .shares-btn__link {
  box-shadow: 0 6.2731056213px 0 0 #37404D;
  background-color: #4C6072;
}
.single #main-contents .shares-btn.-subttext,
.page #main-contents .shares-btn.-subttext {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.single #main-contents .shares-btn.-subttext .subtext,
.page #main-contents .shares-btn.-subttext .subtext {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: 90%;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 58px;
  border: 2px solid #C0506B;
  color: #C0506B;
  text-align: center;
  padding: 0.5rem 0.5rem;
  font-weight: normal;
  max-width: 300px;
}
@media (max-width: 768px) {
  .single #main-contents .shares-btn.-subttext .subtext,
  .page #main-contents .shares-btn.-subttext .subtext {
    font-size: 13px;
    padding: 0.5rem 0.25rem;
  }
}
.single #main-contents .shares-btn.-subttext.blue,
.page #main-contents .shares-btn.-subttext.blue {
  position: relative;
}
.single #main-contents .shares-btn.-subttext.blue .subtext,
.page #main-contents .shares-btn.-subttext.blue .subtext {
  border: 2px solid #4C6072;
  color: #4C6072;
}
.single #main-contents .table-wrapper,
.page #main-contents .table-wrapper {
  overflow: auto;
  white-space: nowrap;
  cursor: grab;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .single #main-contents .table-wrapper,
  .page #main-contents .table-wrapper {
    margin-bottom: 32px;
  }
}
.single #main-contents .table-wrapper:active,
.page #main-contents .table-wrapper:active {
  cursor: grabbing;
}
.single #main-contents .table-wrapper table tr th,
.single #main-contents .table-wrapper tfoot th,
.single #main-contents .table-wrapper thead th,
.page #main-contents .table-wrapper table tr th,
.page #main-contents .table-wrapper tfoot th,
.page #main-contents .table-wrapper thead th {
  background-color: #f2e5e5 !important;
}
.single #main-contents .table-wrapper.-blue table tr th,
.single #main-contents .table-wrapper.-blue tfoot th,
.single #main-contents .table-wrapper.-blue thead th,
.page #main-contents .table-wrapper.-blue table tr th,
.page #main-contents .table-wrapper.-blue tfoot th,
.page #main-contents .table-wrapper.-blue thead th {
  background-color: #dfeaed !important;
}
.single #main-contents .table-wrapper.-green table tr th,
.single #main-contents .table-wrapper.-green tfoot th,
.single #main-contents .table-wrapper.-green thead th,
.page #main-contents .table-wrapper.-green table tr th,
.page #main-contents .table-wrapper.-green tfoot th,
.page #main-contents .table-wrapper.-green thead th {
  background-color: #e6efed !important;
}
.single #main-contents table tr td,
.single #main-contents table tr th,
.page #main-contents table tr td,
.page #main-contents table tr th {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .blog-card-title {
    font-weight: 600 !important;
    color: #1f2c32 !important;
    -webkit-font-smoothing: antialiased;
  }
  strong {
    font-weight: 600 !important;
  }
}
/* 画像用投稿テンプレート
*----------------------------------------------*/
@media (max-width: 767px) {
  .img-template .profile-card {
    width: calc(100% - 40px) !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .img-template .cps-post p {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.img-template .cps-post img {
  margin-bottom: 0;
}
.img-template .cps-post .wp-block-image {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .img-template .cps-post-main-box {
    position: relative;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
  }
}

/**********************************************************************
footer
/**********************************************************************/
#footer-widget-area.footer_style1 {
  border: none;
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 {
    padding-top: 2.7rem;
  }
}
#footer-widget-area.footer_style1 #footer-widget-box {
  justify-content: space-between;
}
#footer-widget-area.footer_style1 #footer-widget-box #footer-widget-logo {
  flex: 1;
}
#footer-widget-area.footer_style1 #footer-widget-box #footer-widget-center-box {
  flex: 2.5;
}
#footer-widget-area.footer_style1 #footer-widget-box #footer-widget-center-box #footer-widget-center1 {
  flex: 0.8;
}
#footer-widget-area.footer_style1 #footer-widget-box #footer-widget-center-box #footer-widget-center2 {
  flex: 1.5;
}
#footer-widget-area.footer_style1 #footer-widget-box #footer-widget-right {
  flex: 1;
}
#footer-widget-area.footer_style1 #footer-widget-right .widgettitle,
#footer-widget-area.footer_style1 #footer-widget-center-box .widgettitle {
  border-color: #fff !important;
  border-bottom: 1px solid;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 #footer-widget-right .widgettitle,
  #footer-widget-area.footer_style1 #footer-widget-center-box .widgettitle {
    font-size: 18px !important;
    margin-bottom: 2.1rem;
    line-height: 25px !important;
  }
}
#footer-widget-area.footer_style1 #footer-widget-right a::before,
#footer-widget-area.footer_style1 #footer-widget-center-box a::before {
  display: none;
}
#footer-widget-area.footer_style1 #footer-widget-right .widget_nav_menu ul li,
#footer-widget-area.footer_style1 #footer-widget-center-box .widget_nav_menu ul li {
  border-bottom: none;
}
@media (max-width: 767px) {
  #footer-widget-area.footer_style1 #footer-widget-logo {
    margin-bottom: 2rem;
  }
}
#footer-widget-area.footer_style1 #footer-widget-logo .tn-logo-size img {
  width: auto !important;
  height: auto;
  max-width: 200px;
}
@media (max-width: 767px) {
  #footer-widget-area.footer_style1 #footer-widget-logo .tn-logo-size img {
    max-width: 150px;
  }
}
#footer-widget-area.footer_style1 #footer-widget-center-box #footer-widget-center1 .widget_nav_menu ul li {
  margin-bottom: 1.25rem;
}
#footer-widget-area.footer_style1 #footer-widget-center-box #footer-widget-center1 .widget_nav_menu ul li a {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 #footer-widget-center-box #footer-widget-center1 .widget_nav_menu ul li a {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #footer-widget-area.footer_style1 #footer-widget-center-box #footer-widget-center1 .widget_nav_menu ul li a {
    padding: 0 !important;
  }
}
#footer-widget-area.footer_style1 #footer-widget-right .widget_nav_menu ul li {
  margin-bottom: 1.25rem;
  border-bottom: none;
}
#footer-widget-area.footer_style1 #footer-widget-right .widget_nav_menu ul li a {
  padding: 0 !important;
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 #footer-widget-right .widget_nav_menu ul li a {
    font-size: 18px !important;
  }
}
#footer-widget-area.footer_style1 #footer-widget-right .footer-widget {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #footer-widget-area.footer_style1 #footer-widget-right .sns-list > .wp-block-column:first-child {
    flex-grow: 0.3;
  }
}
#footer-widget-area.footer_style1 #footer-widget-right .sns-list .jin-ifont-instagram,
#footer-widget-area.footer_style1 #footer-widget-right .sns-list .jin-ifont-twitter {
  vertical-align: baseline;
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 #footer-widget-right .sns-list .jin-ifont-instagram::before,
  #footer-widget-area.footer_style1 #footer-widget-right .sns-list .jin-ifont-twitter::before {
    transition: 0.2s ease-in-out;
  }
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 #footer-widget-right .sns-list .jin-ifont-instagram:hover::before,
  #footer-widget-area.footer_style1 #footer-widget-right .sns-list .jin-ifont-twitter:hover::before {
    transform: scale(1.1);
  }
}
#footer-widget-area.footer_style1 #footer-widget-left {
  max-width: 1200px;
  margin: auto;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer-widget-area.footer_style1 #footer-widget-left {
    display: block;
  }
}
#footer-widget-area.footer_style1 #footer-widget-left .widget_media_image {
  margin-right: 46px;
}
#footer-widget-area.footer_style1 #footer-widget-left .widget_media_image:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer-widget-area.footer_style1 #footer-widget-left .widget_media_image {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #footer-widget-area.footer_style1 #footer-widget-left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#footer-widget-area.footer_style1 #footer-widget-left .wp-block-image {
  max-width: 342px;
}
#footer-widget-area.footer_style1 #footer-widget-left.swiper-container-footer {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 155px;
}
#footer-widget-area.footer_style1 #footer-widget-left.swiper-container-footer .swiper-pagination-bullets {
  bottom: -5px !important;
}

.sp-menu-box #footer-widget-center2 .widget_nav_menu ul li,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu ul li {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.sp-menu-box #footer-widget-center2 .widget_nav_menu ul li a,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu ul li a {
  position: relative;
  font-size: 13px;
  background-color: rgba(232, 236, 239, 0.2);
  border-radius: 4px;
  padding: 2px 10px !important;
  padding-left: 1.25rem !important;
  letter-spacing: 0.08em;
  width: auto;
  color: #fff;
  line-height: 1.4;
}
.sp-menu-box #footer-widget-center2 .widget_nav_menu ul li a::after,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu ul li a::after {
  position: absolute;
  top: 5px;
  left: 2px;
  padding-right: 1rem;
  margin-left: 0.25rem;
  font-family: "jin-icons";
  content: "\e92c";
  padding-right: 3px;
  vertical-align: bottom;
  line-height: 0.9rem;
  font-size: 0.6rem;
  transition: color 0.3s;
}
.sp-menu-box #footer-widget-center2 .widget_nav_menu ul li a::before,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu ul li a::before {
  display: none;
}
.sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li {
  display: block;
  margin: inherit;
  margin-bottom: 1.25rem;
}
.sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a {
  padding-left: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a,
  #footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a {
    font-size: 18px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    line-height: 1.05rem !important;
  }
}
@media (max-width: 767px) {
  .sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a,
  #footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a {
    font-size: 0.95rem;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
.sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a::after,
#footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li a::after {
  display: none;
}
@media (max-width: 767px) {
  .sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li,
  #footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li {
    margin-bottom: 0;
  }
  .sp-menu-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li:first-child a,
  #footer-widget-box #footer-widget-center-box #footer-widget-center2 .widget_nav_menu .menu-footer-creatorlist-container ul li:first-child a {
    padding-top: 0 !important;
  }
}

.sp-menu-box #footer-widget-center2 .widget_nav_menu div.menu-footer-creatorlist-container ul#menu-footer-creatorlist.menu li:first-child a {
  padding-top: 12px !important;
}

#page-top a {
  background-color: #EFD6D5 !important;
}

@media (min-width: 768px) {
  .footer-widget .spbanner {
    display: none;
  }
}

/**********************************************************************
include/ content-none.php
/**********************************************************************/
.content-none {
  width: calc(100% - 30px);
  margin: auto;
}
@media (min-width: 1200px) {
  .content-none {
    width: 100%;
  }
}
.content-none h2 {
  border-bottom: 1px dashed #1F2C32;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .content-none h2 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .content-none p {
    font-size: 18px;
  }
}
.content-none .more-btn {
  margin-top: 2rem;
  max-width: 240px !important;
}
.content-none .more-btn__link {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #1F2C32;
  background-color: #fff;
  color: #1F2C32;
}
.content-none .more-btn__link:hover {
  background-color: #1F2C32;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.content-none .more-btn__link:hover::after {
  background-color: #fff;
}
.content-none .more-btn__link::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1F2C32;
  width: 7px;
  height: 11px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.error404 #contents {
  margin-top: 40px;
}
.error404 .article_style1 .cps-post-box {
  box-shadow: none;
}

/**********************************************************************
0622追加　シングルページ追従CTA
/**********************************************************************/
@keyframes fadeinBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.single-stickeyBtn {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 999;
}
.single-stickeyBtn img {
  width: 100%;
  animation: fadeinBtn 0.5s forwards;
}

/**********************************************************************
シングルページ utility
/**********************************************************************/
.u-mb-1 {
  margin-bottom: -1px !important;
}

.single .u-gap0 {
  gap: 0 !important;
}

/**********************************************************************
シングルページ 装飾
/**********************************************************************/
.c-movie {
  border: 40px solid #F9F2F2;
  border-radius: 0.5rem;
  width: 66%;
  margin: auto;
}
.c-movie video {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .c-movie {
    border-width: 20px;
    border-radius: 0.25rem;
  }
}

.c-horizontal {
  display: flex;
  width: 100vw;
  animation: hr-loop linear 8s infinite;
  align-items: center;
  justify-content: flex-start;
  width: 360%;
}
.c-horizontal.--posthead {
  max-width: 300%;
}
.c-horizontal img {
  width: 45%;
}
.c-horizontal__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.c-horizontal__pos {
  position: relative;
}

@keyframes hr-loop {
  0% {
    transform: translate(0, 0%);
  }
  to {
    transform: translate(-45%, 0);
  }
}
/**********************************************************************
シングルページ 個別スタイル
/**********************************************************************/
.jin-ac-box02-title {
  background: inherit;
}

.single .show-more .jin-ac-box02-title.open {
  color: transparent;
}

.single .show-more .jin-ac-box02-inner {
  background: inherit;
}

.show-more.--brown .jin-ac-box02-title,
.single .show-more.--brown .jin-ac-box02-title::after {
  color: #923A22;
}

.single .show-more.--brown .jin-ac-box02-title.open::before,
.single .show-more.--brown .jin-ac-box02-title.open::after {
  color: #923A22 !important;
}

.show-more.--green .jin-ac-box02-title,
.single .show-more.--green .jin-ac-box02-title::after {
  color: #437D71;
}

.single .show-more.--green .jin-ac-box02-title.open::before,
.single .show-more.--green .jin-ac-box02-title.open::after {
  color: #437D71 !important;
}

/**********************************************************************
/ 体験談
/**********************************************************************/
@media (max-width: 767px) {
  .page-template-experiencesearch #breadcrumb {
    display: none;
  }
}
.page-template-experiencesearch #sidebar {
  height: auto !important;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience {
    margin-top: -20px !important;
  }
}
.page-template-experiencesearch .experience .archive-box {
  margin-top: 24px;
}
.page-template-experiencesearch .experience h1.experience-title {
  color: #C38383;
  font-family: YuGothic;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience h1.experience-title {
    border: none;
  }
}
.page-template-experiencesearch .experience h1.experience-title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 3px;
  background-image: url(../img/icon-search-experience.png);
  background-size: 16.48px;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
}
.page-template-experiencesearch .experience .re-search {
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .re-search {
    padding-left: 23px;
    padding-top: 17px;
    padding-bottom: 17px;
    height: auto;
    background: #D6A1A1;
    color: #FFF;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.804px;
    /* 98.912% */
    letter-spacing: 1.6px;
    position: relative;
    /** preload用toggle-up.svg
    **/
  }
  .page-template-experiencesearch .experience .re-search::after {
    content: url(../img/toggle-up.svg);
    /* 画像のURLを指定する */
    position: absolute;
    /* 擬似要素に絶対位置を指定する */
    right: 22px;
    /* 親要素の右端から22pxの位置に配置する */
    top: 50%;
    /* 親要素の上端から50%の位置に配置する */
    transform: translateY(-50%);
    /* 擬似要素自身の高さの半分だけ上にずらすことで、上下中央に調整する */
  }
  .page-template-experiencesearch .experience .re-search.toggled::after {
    content: url(../img/toggle-down.svg);
  }
  .page-template-experiencesearch .experience .re-search::before {
    content: "";
    background-image: url(../img/toggle-down.svg);
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
  }
}
.page-template-experiencesearch .experience .search-box {
  max-width: 800px;
  height: 570px;
  background: #F9F2F2;
  padding: 33px 59px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .search-box {
    margin-bottom: 24px;
    padding: 35px 17px;
    height: auto;
  }
}
.page-template-experiencesearch .experience .search-box .select-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2列の幅を均等にする */
  grid-column-gap: 22px;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .search-box .select-box {
    display: block;
  }
}
.page-template-experiencesearch .experience .search-box .select-box .item {
  box-sizing: border-box;
  /* ボーダーやパディングを含めて最大幅を制限 */
}
.page-template-experiencesearch .experience .search-box .select-box .item .label {
  color: #1F2C32;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.42px;
  padding-bottom: 8px;
}
.page-template-experiencesearch .experience .search-box .select-box .item select {
  border-radius: 3px;
  border: 1px solid #DADBDD;
  background: #FFF;
  max-width: 330px;
  width: 100%;
  height: 48px;
  padding: 13.5px 16px;
  margin-bottom: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/expand-more.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .search-box .select-box .item select {
    margin-bottom: 22px;
    display: block;
    max-width: 100%;
  }
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container {
  max-width: 382px;
  /* 2つのボタンの幅と、その間のギャップの合計 */
  display: flex;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 22px;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container {
    grid-column-gap: 19px;
    padding-top: 6px;
  }
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .searchbtn {
  border: 1px solid #D6A1A1;
  background: #D6A1A1;
  color: #FFF;
  justify-self: end;
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .searchbtn:hover {
  background-color: #FFF;
  color: #D6A1A1;
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .resetbtn {
  border: 1px solid #C38383;
  background: #fff;
  color: #C38383;
  justify-self: start;
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .resetbtn:hover {
  background-color: #C38383;
  color: #FFF;
}
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .searchbtn,
.page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .resetbtn {
  border-radius: 50px;
  font-family: YuGothic;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.44px;
  width: 180px;
  padding: 11px 22px;
  transition: background-color 0.3s, color 0.3s;
  justify-self: stretch;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .searchbtn,
  .page-template-experiencesearch .experience .search-box .select-box .btn-container-wrapper .btn-container .resetbtn {
    font-style: normal;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.12px;
    width: 140px;
  }
}
.page-template-experiencesearch .experience .search-box .note {
  text-align: center;
  color: #1F2C32;
  font-family: YuGothic;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .search-box .note {
    text-align: center;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.27px;
  }
}
@media (max-width: 767px) {
  .page-template-experiencesearch .experience .post-list-mag {
    margin-top: 24px;
  }
}

/**********************************************************************
/ クリエーター一覧
/**********************************************************************/
.page-template-creatorslist .archive-post-header .archive-title-wrapper .archive-title-sub {
  color: #D6A1A1;
}
.page-template-creatorslist .archive-post-header .archive-title-wrapper .archive-title {
  color: #D6A1A1;
  font-weight: 700;
}
.page-template-creatorslist #main-contents section {
  padding: 0px 30px 30px 30px;
}
@media (max-width: 768px) {
  .page-template-creatorslist #main-contents section {
    padding: 0 0 40px 0;
  }
}
.page-template-creatorslist #main-contents section.creatormenu .creator-link__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.page-template-creatorslist #main-contents section.creatormenu .creator-link__list .creator-link__item {
  flex: 1 0 calc(33.333% - 20px);
  text-align: left;
  color: #1F2C32;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 1px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .page-template-creatorslist #main-contents section.creatormenu .creator-link__list .creator-link__item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-template-creatorslist #main-contents section.creatormenu .creator-link__list .creator-link__item a {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  position: relative;
}
.page-template-creatorslist #main-contents section.creatormenu .creator-link__list .creator-link__item a::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M10.3858 4.96875L7.70833 7.64042L5.03083 4.96875L4.20833 5.79125L7.70833 9.29125L11.2083 5.79125L10.3858 4.96875Z" fill="%231F2C32"/></svg>');
  display: inline-block;
  position: absolute;
  /* 絶対位置を設定 */
  right: 0;
  /* 右端に配置 */
  top: 50%;
  /* 上下中央に配置 */
  transform: translateY(-50%);
  /* Y軸について中央揃え */
}
.page-template-creatorslist #main-contents section.creator-box {
  padding-bottom: 120px;
}
.page-template-creatorslist #main-contents section.creator-box h2 {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  border-left: 8px solid #D6A1A1;
  color: #1F2C32;
  font-family: YuGothic;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: 2.4px;
}
@media (max-width: 768px) {
  .page-template-creatorslist #main-contents section.creator-box h2 {
    font-size: 16px;
  }
}
.page-template-creatorslist #main-contents section.creator-box .profile-card {
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-creatorslist #main-contents section.creator-box .profile-card .profile-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* 均等な間隔で配置 */
  align-items: flex-start;
  border: none;
  padding-bottom: 30px;
}
.page-template-creatorslist #main-contents section.creator-box .profile-card .profile-wrapper .profile-flexbox {
  padding: 0 !important;
  padding-bottom: 24px;
  width: 33.333%;
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-template-creatorslist #main-contents section.creator-box .profile-card .profile-wrapper .profile-flexbox {
    width: 50%;
  }
}
.page-template-creatorslist #main-contents section.creator-box .profile-card .profile-wrapper .profile-flexbox .profile-thumbnail {
  box-shadow: none;
  width: 48px;
  height: 48px;
  margin-right: 0;
}
.page-template-creatorslist #main-contents section.creator-box .profile-card .profile-wrapper .profile-flexbox .profile-meta {
  padding-right: 0;
}
.page-template-creatorslist #main-contents section.creator-box .profile-card .profile-wrapper .profile-flexbox .profile-meta .profile-name__nickname {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  word-break: break-all;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

/* SPデバイスのみの追従バナーのスタイル */
@media (max-width: 768px) {
  .floating-banner {
    position: fixed;
    right: -100vw;
    /* 初期位置は画面外 */
    bottom: 20px;
    /* 下から20pxの位置 */
    width: 80vw;
    height: auto;
    z-index: 9999;
    opacity: 0;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .floating-banner.active {
    right: 0;
    /* 画面右端に表示 */
    opacity: 1;
    /* アクティブ時は不透明に設定 */
  }
  .floating-banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
#widget-tracking .widget_block {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

.header-banner-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: rgba(40, 40, 40, 0.3);
}
.header-banner-wrapper .header-banner-close-button-wrapper {
  display: block;
  background: none;
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.header-banner-wrapper .header-banner-close-button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: initial;
  border: none;
  cursor: pointer;
}
.header-banner-wrapper .header-banner-close-button::before,
.header-banner-wrapper .header-banner-close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 0.1em;
  transform-origin: center;
  height: 2px;
  width: 100%;
}
.header-banner-wrapper .header-banner-close-button::before {
  transform: rotate(-45deg);
}
.header-banner-wrapper .header-banner-close-button::after {
  transform: rotate(45deg);
}
.header-banner-wrapper .header-banner-link {
  height: 90px;
  display: block;
}
.header-banner-wrapper .header-banner-img {
  height: 100%;
}
@media (max-width: 768px) {
  .header-banner-wrapper {
    position: relative;
    height: initial;
    background: initial;
    margin-top: -1rem;
    margin-bottom: 16px;
  }
  .header-banner-wrapper .header-banner-close-button-wrapper {
    right: 5px;
    margin: auto 0;
    width: 30px;
    height: 30px;
  }
  .header-banner-wrapper .header-banner-close-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background: rgba(40, 40, 40, 0.6);
    width: 24px;
    height: 24px;
  }
  .header-banner-wrapper .header-banner-close-button:before,
  .header-banner-wrapper .header-banner-close-button:after {
    width: 14px;
  }
  .header-banner-wrapper .header-banner-link {
    width: 100%;
    height: initial;
  }
  .header-banner-wrapper .header-banner-img {
    display: block;
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=common.css.map */